-- card: 73232 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4507 -- name: ----- HyperTalk script ----- on closeCard put "3" into card field 1 end closeCard -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=324 top=146 right=166 bottom=347 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp setCrossReference go to card id 42102 end mouseUp -- part 7 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=55 top=259 right=279 bottom=113 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: ----- HyperTalk script ----- . -- part contents for background part 1 ----- text ----- Add to Adds the number in the source to the number in the destination and puts the answer in the destination. The destination must be a container*, and the source can be a container, a calculated expression, or just a number. Use Add instead of just an expression to specify where to put the result. Add 5 to card field 1 -- same as Put (card field 1)+5 -- into card field 1 Add the number of cards to card field 1 Add (6 * (312 / 12) * 0.015) to card field 1 -- part contents for background part 2 ----- text ----- Add -- part contents for background part 44 ----- text ----- Form What it does Examples -- part contents for background part 43 ----- text ----- 337,122 -- part contents for card part 7 ----- text ----- 3